The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "test::class"

Test::Class - Easily create test classes in an xUnit/JUnit style River stage three • 175 direct dependents • 800 total dependents

Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...

SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC - Search in distribution

Test::Roo::Class - Base class for Test::Roo test classes River stage two • 27 direct dependents • 75 total dependents

This module is the base class for Test::Roo test classes. It provides methods to run tests and anchor modifiers. Generally, you should not extend this class yourself, but use Test::Roo to do so instead....

DAGOLDEN/Test-Roo-1.004 - 05 Aug 2014 23:24:42 UTC - Search in distribution

Quiq::Test::Class - Basisklasse für Testklassen River stage zero No dependents

Quiq::Test::Class ist eine Basisklasse für Testklassen (Unit-Tests). Als Vorbild diente Test::Class, welches nicht zu den Perl Kernmodulen zählt. Einige Details sind anders, etliche Funktionalität ist nicht implementiert, da sie (noch) nicht gebrauch...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

Test::Class::Most - Test Classes the easy way River stage two • 18 direct dependents • 83 total dependents

When people write test classes with the excellent "Test::Class", you often see the following at the top of the code: package Some::Test::Class; use strict; use warnings; use base 'My::Test::Class'; use Test::More; use Test::Exception; # and then the ...

OVID/Test-Class-Most-0.08 - 22 Nov 2012 10:09:29 UTC - Search in distribution

Test::Class::Tiny - xUnit in Perl, simplified River stage one • 2 direct dependents • 2 total dependents

Test::Class has served Perl’s xUnit needs for a long time but is incompatible with the Test2 framework. This module allows for a similar workflow but in a way that works with both Test2 and the older, Test::Builder-based modules. POD ERRORS Hey! The ...

FELIPE/Test-Class-Tiny-0.03 - 03 May 2020 15:10:13 UTC - Search in distribution

Test::DBIx::Class - Easier test cases for your DBIx::Class applications River stage two • 26 direct dependents • 29 total dependents

The goal of this distribution is to make it easier to write test cases for your DBIx::Class based applications. It does this in three ways. First, it trys to make it easy to deploy your Schema. This can be to your dedicated testing database, or a sim...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC - Search in distribution

Test::Deep::Class River stage five • 943 direct dependents • 13145 total dependents

RJBS/Test-Deep-1.204 - 07 Jan 2023 23:02:26 UTC - Search in distribution

Test::Mock::Class - Simulating other classes River stage one • 3 direct dependents • 3 total dependents

In a unit test, mock objects can simulate the behavior of complex, real (non-mock) objects and are therefore useful when a real object is impractical or impossible to incorporate into a unit test. The unique features of "Test::Mock::Class": * Its API...

DEXTER/Test-Mock-Class-0.0303 - 01 May 2010 13:58:00 UTC - Search in distribution

Test::Class::Moose - Serious testing for serious Perl River stage two • 15 direct dependents • 22 total dependents

See the Test::Class::Moose home page <http://houseabsolute.github.io/test-class-moose/> for a summary. "Test::Class::Moose" is a powerful testing framework for Perl. Out of the box you get: * Reporting * Extensibility * Tagging tests * Parallel testi...

DROLSKY/Test-Class-Moose-0.99 - 07 Feb 2021 17:09:12 UTC - Search in distribution

Test::Class::Sugar - Helper syntax for writing Test::Class tests River stage zero No dependents

Test::Class::Sugar provides a new syntax for setting up your Test::Class based tests. The idea is that we bundle up all the tedious boilerplate involved in writing a class in favour of getting to the meat of what you're testing. We made warranted ass...

PDCAWLEY/Test-Class-Sugar-0.0400 - 07 Nov 2009 11:09:07 UTC - Search in distribution

Test::Class::Simple - Simplify your unit tests writing based on Test::Class River stage zero No dependents

This is an extension of Test::Class <https://metacpan.org/pod/Test::Class> module to implement unit tests in more simple and declarative way. Methods pre_setup() Can be overridden. Method that is executed before every test method and is useful for so...

OKYSIL/Test-Class-Simple-0.06 - 01 May 2020 08:10:18 UTC - Search in distribution

Class::PObject::Test - Base test framework for Class::PObject drivers River stage zero No dependents

Class::PObject::Test is used as a base class by test libraries, and provides two methods, "new()" and "run()". Subclasses of Class::PObject::Test are expected to override "run()". IS THIS WAY OF TESTING NECESSARY Same sets of tests must be performed ...

SHERZODR/Class-PObject-2.17 - 20 Feb 2005 18:06:54 UTC - Search in distribution

Wetware::Test::Class - Test::Class base class River stage one • 2 direct dependents • 2 total dependents

This base class provides the magic that allows you to run individual Test::Class-based modules like regular test scripts. For example, either of these will work as long as the TestSuite.pm inherits from this module: prove t/lib/Wetware/My/TestSuite.p...

DRIEUX/Wetware-Test-0.07 - 11 May 2009 22:55:03 UTC - Search in distribution

Class::Scaffold::Test - Base classes for framework test classes River stage one • 1 direct dependent • 1 total dependent

MARCEL/Class-Scaffold-1.102280 - 16 Aug 2010 16:46:43 UTC - Search in distribution

Test::EasyMock::Class - support class method mocking. River stage zero No dependents

KISEKI/Test-EasyMock-0.10 - 02 Oct 2013 22:22:59 UTC - Search in distribution

Class::DBI::Test::SQLite - Base class for Class::DBI tests River stage three • 91 direct dependents • 134 total dependents

This provides a simple base class for Class::DBI tests using SQLite. Each class for the test should inherit from this, provide a create_sql() method which returns a string representing the SQL used to create the table for the class, and then call set...

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC - Search in distribution

Class::DBI::Test::TempDB - Maintain a SQLite database for testing CDBI River stage one • 1 direct dependent • 1 total dependent

In testing, we generally want tests to create and destroy all their own data. When writing Class::DBI-based projects, it's helpful to have a test database in which to do this, so that we can (a) be sure we're not stepping on production data, and (b) ...

LAMECH/Class-DBI-Test-TempDB-1.01 - 28 Sep 2004 16:07:16 UTC - Search in distribution

Test::DBIx::Class::Stats - test statistics about your DBIx::Class calls River stage zero No dependents

ABRAXXA/Test-DBIx-Class-Stats-0.02 - 11 Feb 2017 20:05:11 UTC - Search in distribution

Test::Sweet::Meta::Class - metaclass role that provides methods for keeping track of tests River stage zero No dependents

JROCKWAY/Test-Sweet-0.03 - 16 May 2011 04:05:39 UTC - Search in distribution

Test::Class::Filter::Tags - Selectively run only a subset of Test::Class tests that inclusde/exclude the specified tags. River stage zero No dependents

When used in conjunction with Test::Class tests, that also define Attribute::Method::Tags tags, this class allows filtering of the tests that will be run. If $ENV{ TEST_TAGS } is set, it will be treated as a list of tags, seperated by any combination...

MMORGAN/Test-Class-Filter-Tags-0.11 - 29 Aug 2010 18:56:38 UTC - Search in distribution
3,744 results (0.148 seconds)